Click or drag to resize

WebdavSession Constructor (WebProxy)

Initializes a new instance of the WebdavSession class with proxy support.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public WebdavSession(
	WebProxy proxy
)

Parameters

proxy
Type: System.NetWebProxy
The proxy information for the session.
See Also